UInt16NINumericUInt16NBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.BitwiseComplement()
Private Function BitwiseComplement As UInt16N
Implements INumeric(Of UInt16N).BitwiseComplement
private:
virtual UInt16N BitwiseComplement() sealed = INumeric<UInt16N>::BitwiseComplement
private abstract BitwiseComplement : unit -> UInt16N
private override BitwiseComplement : unit -> UInt16N
UInt16NA bitwise complement of the current value.
INumericTSelfBitwiseComplement